home *** CD-ROM | disk | FTP | other *** search
- /* This module is only required for the SunOS shared library. */
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/nameser.h>
- #include <resolv.h>
-
- #ifdef SHLIB
- struct state _res = {
- RES_TIMEOUT, /* retransmition time interval */
- 4, /* number of times to retransmit */
- RES_DEFAULT, /* options flags */
- 1, /* number of name servers */
- };
- #endif
-